home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / rsynth / src / elements.c < prev    next >
C/C++ Source or Header  |  1994-08-01  |  329b  |  20 lines

  1. #include <stdio.h>
  2. #include <math.h>
  3. #include "elements.h"
  4.  
  5. Elm_t Elements[] =
  6. {
  7. #include "Elements.def"
  8. };
  9.  
  10. unsigned num_Elements = (sizeof(Elements) / sizeof(Elm_t));
  11.  
  12. char *Ep_name[nEparm] = {
  13.   "fn", "f1", "f2", "f3", 
  14.   "b1", "b2", "b3", "an", 
  15.   "a1", "a2", "a3", "a4", 
  16.   "a5", "a6", "ab", "av", 
  17.   "avc", "asp", "af"
  18. };
  19.  
  20.